func golang.org/x/net/http2.asciiEqualFold
8 uses
golang.org/x/net/http2 (current package)
ascii.go#L15: func asciiEqualFold(s, t string) bool {
server.go#L2992: if asciiEqualFold(k, "content-length") ||
server.go#L2993: asciiEqualFold(k, "content-encoding") ||
server.go#L2994: asciiEqualFold(k, "trailer") ||
server.go#L2995: asciiEqualFold(k, "te") ||
server.go#L2996: asciiEqualFold(k, "expect") ||
server.go#L2997: asciiEqualFold(k, "host") {
transport.go#L2129: if cs.requestedGzip && asciiEqualFold(res.Header.Get("Content-Encoding"), "gzip") {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)